home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 46 / PC Gamer IT CD 46 1-2.iso / PCGAMER.EXE / 0 / RCDATA / TBROWSEFORM / TBROWSEFORM.txt
Text File  |  1999-10-10  |  3KB  |  130 lines

  1. object browseform: Tbrowseform
  2.   Left = 444
  3.   Top = 287
  4.   Width = 800
  5.   Height = 600
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   Caption = 'Browser'
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 104
  19.     Top = 488
  20.     Width = 85
  21.     Height = 13
  22.     Caption = 'Extracted file path'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 104
  26.     Top = 528
  27.     Width = 147
  28.     Height = 13
  29.     Caption = 'Enter a URL or filename below:'
  30.   end
  31.   object ie: TWebBrowser_V1
  32.     Left = 0
  33.     Top = 0
  34.     Width = 753
  35.     Height = 585
  36.     TabOrder = 0
  37.     OnBeforeNavigate = ieBeforeNavigate
  38.     OnNavigateComplete = ieNavigateComplete
  39.     ControlData = {
  40.       4C000000D34D0000763C00000100000005000000000000000000000000000000
  41.       000000004C000000000000000000000001000000E0D057007335CF11AE690800
  42.       2B2E12620C000000000000004C0000000114020000000000C000000000000046
  43.       0000000000000000000000000000000000000000000000000000000000000000
  44.       000000000000000001000000000000000000000000000000}
  45.   end
  46.   object Button1: TButton
  47.     Left = 8
  48.     Top = 504
  49.     Width = 73
  50.     Height = 17
  51.     Caption = 'LOAD HTML'
  52.     TabOrder = 1
  53.     OnClick = Button1Click
  54.   end
  55.   object parsebox: TListBox
  56.     Left = 208
  57.     Top = 464
  58.     Width = 81
  59.     Height = 57
  60.     ItemHeight = 13
  61.     TabOrder = 2
  62.   end
  63.   object Edit1: TEdit
  64.     Left = 80
  65.     Top = 504
  66.     Width = 121
  67.     Height = 21
  68.     TabOrder = 3
  69.   end
  70.   object exepaths: TListBox
  71.     Left = 304
  72.     Top = 464
  73.     Width = 89
  74.     Height = 57
  75.     ItemHeight = 13
  76.     TabOrder = 4
  77.   end
  78.   object exedescs: TListBox
  79.     Left = 400
  80.     Top = 464
  81.     Width = 97
  82.     Height = 57
  83.     ItemHeight = 13
  84.     TabOrder = 5
  85.   end
  86.   object backer: TButton
  87.     Left = 24
  88.     Top = 528
  89.     Width = 75
  90.     Height = 37
  91.     Caption = 'BACK'
  92.     TabOrder = 6
  93.     OnClick = backerClick
  94.   end
  95.   object queue: TListBox
  96.     Left = 344
  97.     Top = 528
  98.     Width = 201
  99.     Height = 57
  100.     ItemHeight = 13
  101.     TabOrder = 7
  102.   end
  103.   object urlbox: TEdit
  104.     Left = 104
  105.     Top = 544
  106.     Width = 217
  107.     Height = 21
  108.     TabOrder = 8
  109.     OnKeyUp = urlboxKeyUp
  110.   end
  111.   object Button2: TButton
  112.     Left = 152
  113.     Top = 448
  114.     Width = 41
  115.     Height = 21
  116.     Caption = 'Go'
  117.     TabOrder = 9
  118.     OnClick = Button2Click
  119.   end
  120.   object Memo1: TMemo
  121.     Left = 752
  122.     Top = 440
  123.     Width = 393
  124.     Height = 249
  125.     Lines.Strings = (
  126.       'Memo1')
  127.     TabOrder = 10
  128.   end
  129. end
  130.